home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / rcsdoc.zip / RCSCLEAN.TXT < prev    next >
Text File  |  1991-11-10  |  3KB  |  131 lines

  1.  
  2.  
  3. RCSCLEAN(1)                Unix Programmer's Manual                RCSCLEAN(1)
  4.  
  5.  
  6. NNNAAAMMMEEE
  7.      rcsclean - clean up working files
  8.  
  9. SSSYYYNNNOOOPPPSSSIIISSS
  10.      rrrcccssscccllleeeaaannn [_r_c_s_d_i_f_f _o_p_t_i_o_n_s] [_f_i_l_e\ ...\ ]
  11.  
  12. DDDEEESSSCCCRRRIIIPPPTTTIIIOOONNN
  13.      rrrcccssscccllleeeaaannn removes working files that were checked out and never  modified.
  14.      For each file given, rrrcccssscccllleeeaaannn compares the working file and a revision in
  15.      the corresponding RCS file. If it finds no  difference,  it  removes  the
  16.      working file, and, if the revision was locked, unlocks the revision.
  17.  
  18.      If no _f_i_l_e is given, all working  files  in  the  current  directory  are
  19.      cleaned.   Any  other  options  are  passed  along  to  rrrcccsssdddiiiffffff  for  the
  20.      comparison.
  21.  
  22.      rrrcccssscccllleeeaaannn is useful for cccllleeeaaannn targets in Makefiles.  See also  rrrcccsssdddiiiffffff(1),
  23.      which  prints out the differences, and ccciii(1), which normally asks whether
  24.      to check in a file if it was not changed.
  25.  
  26. EEEXXXAAAMMMPPPLLLEEESSS
  27.  
  28.           rcsclean  *.c  *.h
  29.  
  30.      removes all working files ending in ...ccc or ...hhh that were not changed  since
  31.      their checkout.
  32.           rcsclean
  33.  
  34.      removes all working files in the current directory that were not  changed
  35.      since their checkout.
  36.  
  37. DDDIIIAAAGGGNNNOOOSSSTTTIIICCCSSS
  38.      The exit status is 0 if there were no differences in any file  under  RCS
  39.      control, 1 if there were differences, and 2 if there were errors.
  40.  
  41. IIIDDDEEENNNTTTIIIFFFIIICCCAAATTTIIIOOONNN
  42.      Author: Walter F. Tichy.
  43.      Revision Number: 1.4; Release Date: 1990/11/02.
  44.      Copyright (c) 1982, 1988, 1989 by Walter F. Tichy.
  45.      Copyright (c) 1990 by Paul Eggert.
  46.  
  47. SSSEEEEEE AAALLLSSSOOO
  48.      ci(1), co(1), ident(1),  rcs(1),  rcsdiff(1),  rcsintro(1),  rcsmerge(1),
  49.      rlog(1), rcsfile(5)
  50.      Walter F. Tichy, RCS--A System for Version Control, _S_o_f_t_w_a_r_e--_P_r_a_c_t_i_c_e  &
  51.      _E_x_p_e_r_i_e_n_c_e 111555, 7 (July 1985), 637-654.
  52.  
  53. BBBUUUGGGSSS
  54.      RCS file names may not be given as arguments.
  55.  
  56.      Any diagnostics generated by rrrcccsssdddiiiffffff when comparing files are discarded.
  57.  
  58.      If the latest revision is already unlocked, and you have  a  lock  on  an
  59.      earlier revision, the earlier revision is unlocked.
  60.  
  61.  
  62.  
  63.  
  64.                                     \*(Dt                                    1
  65.  
  66.  
  67.  
  68. RCSCLEAN(1)                Unix Programmer's Manual                RCSCLEAN(1)
  69.  
  70.  
  71.      rrrcccssscccllleeeaaannn is just an optional example shell  script,  and  should  not  be
  72.      taken too seriously.
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.                                     \*(Dt                                    2
  130.  
  131.